DescribeCACertificates
Description
call the DescribeCACertificates to query the list of CA certificates.
Request Method
POST
Request Path
/apsara/route/Slb/DescribeCACertificates
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
CACertificateId | BODY | string | No | 139a006****-cn-qingdao-env17-d01 | CA certificate ID. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RegionId | BODY | string | Yes | cn-qingdao-env17-d01 | the region ID of the CA certificate. you can query the region by calling DescribeRegions interface ID. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
Fingerprint | string | AC:BE:FD | fingerprint of CA certificate. |
RequestId | string | 365F4154-92F6-4AE4-92F8-7FF34B540710 | request ID. |
CACertificateId | string | 139a006****-cn-qingdao-env17-d01 | CA certificate ID. |
CACertificate | No sample value for this parameter. | No description for this parameter. | |
CACertificateName | string | test | CA certificate name. |
RegionId | string | cn-qingdao-env17-d01 | the region ID of the CA certificate. |
CACertificates | array of cacertificate | No sample value for this parameter. | CA certificate information. |
Example
Successful Response example
{
"Fingerprint":"AC:BE:FD",
"RequestId":"365F4154-92F6-4AE4-92F8-7FF34B540710",
"CACertificateId":"139a006****-cn-qingdao-env17-d01",
"CACertificate":"",
"CACertificateName":"test",
"RegionId":"cn-qingdao-env17-d01",
"CACertificates":""
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}